home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / Cassette File&Labeler.cpt / Cassette File&Labeler / card_3714.txt < prev    next >
Text File  |  1990-12-13  |  3KB  |  174 lines

  1. -- card: 3714 from stack: in
  2. -- bmap block id: 5664
  3. -- flags: 4000
  4. -- background id: 2791
  5. -- name: First card of stack
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=222 top=308 right=335 bottom=253
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to prev card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=279 top=308 right=335 bottom=310
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1013 / 1013
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Next
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to next card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 0004
  49. -- rect: left=14 top=116 right=150 bottom=53
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 20098 / 20098
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Home
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect iris close
  61.   go "Home"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: 0004
  69. -- rect: left=14 top=164 right=198 bottom=53
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 20965 / 20965
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: To Do
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   go to card "First Do" of stack "Datebook"
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: 0004
  88. -- rect: left=14 top=210 right=244 bottom=53
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 32670 / 32670
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   show all cards
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 6 (button)
  105. -- low flags: 00
  106. -- high flags: 0004
  107. -- rect: left=14 top=253 right=305 bottom=55
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 20186 / 20186
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Sort
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   answer "Sort all cards of this stack according to:" with "First Name" or "Last Name" or "Cancel"
  119.   if it is "First Name"
  120.   then sort by first word of first line of field 1
  121. else if it is "Last Name"
  122. then sort by last word of first line of field 1
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 7 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=465 top=304 right=330 bottom=495
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 1012 / 1012
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: Return
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   visual effect iris close
  142.   pop card
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part contents for background part 2
  148. ----- text -----
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.     
  162.  
  163. -- part contents for background part 10
  164. ----- text -----
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. f